home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / subdatab / subdata8.dfm / subdata8.txt
Text File  |  1996-09-15  |  765b  |  39 lines

  1. object SUBDATABox: TSUBDATABox
  2.   Left = 372
  3.   Top = 199
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   ClientHeight = 215
  9.   ClientWidth = 261
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   TextHeight = 16
  19.   object SUBREGLABEL: TLabel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 261
  23.     Height = 215
  24.     Align = alClient
  25.     Alignment = taCenter
  26.     Caption = 'Register'
  27.     OnClick = SUBREGLABELClick
  28.   end
  29.   object BitBtn1: TBitBtn
  30.     Left = 88
  31.     Top = 168
  32.     Width = 89
  33.     Height = 33
  34.     TabOrder = 0
  35.     OnClick = SUBREGLABELClick
  36.     Kind = bkOK
  37.   end
  38. end
  39.